home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / LIBRARY / PASWIZ20 / PASWIZ.NEW < prev    next >
Text File  |  1994-11-04  |  4KB  |  122 lines

  1. PasWiz 2.0, 11/05/94:
  2.  
  3.    This is the final version of PasWiz. Registration will still
  4.    be possible for a while yet, though. See the ORDER.FRM file
  5.    for details.
  6.  
  7.    The archive routines have been updated to handle PKZIP 2.0
  8.    self-extracting .EXE archives. A pair of bugs which prevented
  9.    the archive routines from working with larger archives have
  10.    been fixed-- thanks to Jason Sandlin for reporting the error.
  11.  
  12.    The MatchFile routine was case-sensitive. It isn't any more.
  13.  
  14.  
  15.  
  16. PasWiz 1.5, 08/04/93:
  17.  
  18.    Removed BACHINV.PAS and BACHINV.EXE, since the ENTERTNR files
  19.    already demonstrate the same routines adequately.
  20.  
  21.    Added archive directory routines. These allow you to get the
  22.    directory listing of archives in .ARC, .ARJ, .LZH, .PAK,
  23.    .ZIP, .ZOO, and self-extracting .EXE formats. Added a demo
  24.    for these routines-- see ARCVIEW.PAS and ARCVIEW.EXE.
  25.  
  26.  
  27.  
  28. PasWiz 1.4, 05/26/93:
  29.  
  30.    Renamed ADD4DOS.BAT to ADDFILE.BAT.
  31.  
  32.    Tweaked the demos to release unneeded memory in case of
  33.    multitasking.
  34.  
  35.    Fixed a bug in the Windows detection routine.
  36.  
  37.    Added an assortment of new trig functions to the extended
  38.    math unit.
  39.  
  40.    Added an integer conversion routine to the string unit. This
  41.    helped optimize the music unit as well.
  42.  
  43.    Converted most of the mouse unit to assembly language.
  44.  
  45.    Added joystick support.
  46.  
  47.  
  48.  
  49. PasWiz 1.3, 11/14/92:
  50.  
  51.    Registration can now be done through CompuServe. See the
  52.    ORDER.FRM file for details.
  53.  
  54.    Full Pascal source code is now included, allowing you to try
  55.    PasWiz with whichever compiler you may have. The assembly
  56.    language sources remain available only to registered owners.
  57.  
  58.    A short description file, DESC.SDI, has been added for BBSes
  59.    which support it. This complements the longer FILE_ID.DIZ.
  60.  
  61.    The order form has been renamed from REGISTER.TXT to
  62.    ORDER.FRM, since that seems to be a more common convention.
  63.  
  64.    The mouse unit has been partially converted to assembly code.
  65.  
  66.    The equipment unit can now differentiate 80486s from 80386s.
  67.  
  68.    The expression evaluator now supports the constant PI and a
  69.    variety of functions:
  70.     ABS, ACOS, ASIN, ATAN, COS, FRAC, INT, LOG, SIN, SQRT, TAN
  71.  
  72.  
  73.  
  74. PasWiz 1.2, 07/01/92:
  75.  
  76.    The equipment unit now lets you find out how many serial and
  77.    parallel ports are installed. The EQUIPMT demo has been
  78.    updated accordingly.
  79.  
  80.    Ceiling and floor functions have been added to the extended
  81.    math unit. These functions are most often used in rounding.
  82.  
  83.    The documentation has been reformatted to 64 columns by 59
  84.    rows, allowing it to be printed on a greater variety of
  85.    printers.
  86.  
  87.    If you're using the excellent 4DOS command shell, try the new
  88.    ADD4DOS.BAT file. It will add directory descriptions to the
  89.    PasWiz files-- no more guessing about file names!
  90.  
  91.    Registration can now be done through Public (software)
  92.    Library, which allows use of credit cards. See REGISTER.TXT
  93.    for details.
  94.  
  95.  
  96.  
  97. PasWiz 1.1, 12/05/91:
  98.  
  99.    I've added an EQUIPMENT unit, which provides information
  100.    about the various hardware and software installed. This
  101.    includes memory (extended, XMS, and expanded), floppy drive
  102.    types, keyboard type, display adapter and monitor type, CPU,
  103.    DOS version, 4DOS version and Windows version (if
  104.    applicable), and so forth. The EQUIPMT.EXE demo will give you
  105.    a quick look.
  106.  
  107.    Comprehensive KEYBOARD control has been added. Get the states
  108.    of any alt, control, or shift key; get or set CapsLock,
  109.    Insert, NumLock, ScrollLock; access 101-key "enhanced"
  110.    keyboards; put a string into the keyboard buffer; speed up
  111.    the keyboard; take control of the PrintScreen key; more.
  112.  
  113.  
  114.  
  115. PasWiz 1.0, 10/06/91:
  116.  
  117.    This is the initial release of The Pascal Wizard's Library,
  118.    featuring BCD math, extensions to Pascal's native math, an
  119.    expression evaluator, a music language, mouse support, and
  120.    powerful string support (including compression, encryption,
  121.    fuzzy comparisons, et al).
  122.